[broadway] Update window geometry after showing window
authorAlexander Larsson <alexl@redhat.com>
Mon, 11 Apr 2011 14:42:41 +0000 (16:42 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 12 Apr 2011 09:12:38 +0000 (11:12 +0200)
gdk/broadway/broadway.js

index 5fe61c9c7af4026dbce346c47cfe7c1e280dc223..65ceccd3b2462b15c23c2989a27d587d577b5f45 100644 (file)
@@ -483,6 +483,9 @@ function cmdShowSurface(id)
     surface.toplevelElement.style["visibility"] = "visible";
 
     restackWindows();
+
+    if (surface.window)
+       updateBrowserWindowGeometry(surface.window);
 }
 
 function cmdHideSurface(id)